ArxFornaxs TRIBES Client-Side Script Install Doc.

Installing client-side scripts is a breeze once you get the routine 
down. Almost all client-side scripts install the same, but just to be 
safe, always check out a scripts readme file before you do anything. 
Its probably a good idea to create a specialized directory in your 
tribes\config directory just for small, single file scripts. I just 
made a directory called scripts and that where everything gets stuck 
(accept those big things like the Presto Pack, which get their own 
directories). Once you have your scripts directory made, just follow 
the steps below to install new scripts.

Step 1: Place the new script in your tribes\config\scripts directory

Step 2: Find the autoexec.cs file located in your tribes\config 
	directory

Step 3: open the autoexec.cs file useing a text editor, such as note 
	pad.

Step 4: add a line to the autoexec.cs to activate the script. Use the 
	format below, 	replaceing the word scriptname with the file 
	name of the script you are wanting to 	use and the word 
	scripts with the name of the directory you placed the script 
	in.
		exec("scripts\\scriptname.cs");

Step 5: Play TRIBES and enjoy your new scripts effects

If you dont have an autoexec.cs file in your tribes\config just 
create an empty text file called autoexec.txt then change the .txt 
to .cs

